[][src]Crate glib_macros

Attribute Macros

gflags

Attribute macro for defining flags using the bitflags crate. This macro will also define a GFlags::get_type function and the glib::Value traits.

Derive Macros

GBoxed

Derive macro for defining a BoxedType::get_type function and the glib::Value traits.

GEnum